home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / comm2 / xraid123.lha / xraid.readme < prev    next >
Text File  |  1995-09-04  |  4KB  |  97 lines

  1. Short: The Complete FileEcho AreaMGR for the Amiga
  2. Type: comm/fido
  3. Uploader: robert_williamson@p0.f104.n167.z1.fidonet.org (Robert Williamson)
  4. Author: robert_williamson@p0.f104.n167.z1.fidonet.org (Robert Williamson)
  5.  
  6.     Changes:
  7.     1.23
  8.     A  change  in  config  item  dequote  from selected items to all caused
  9.     failures  to properly parse *EXEC item which contained embedded quotes.
  10.     ANthing before the first quote was lost.
  11.     eg: TICKEXEC echo >>log:expand.test "Area:%a File:%n Path:%p"
  12.       was read and executed as: Area:%a File:%n Path:%p
  13.     Fixed.   Dequote  is  now  only done on config items that have a single
  14.     quote at the beginning of item.
  15.     1.22
  16.       added progname@ option for address in SENDCMD,GETHELP,GETSTATUS.
  17.       this allows redefining the name of the robot program TO which the
  18.       message will be sent. The DEFAULT is ALLFIX.
  19.       The UPLINKS option of GETHELP and GETSTATUS now USE the configured
  20.       UPLINKS manager program name in theTO field fof the message.
  21.       doc updated
  22.     1.21 
  23.       Fixed  AUTOADDAREA support
  24.     1.20
  25.       Added AUTOADDAREA support
  26.     1.17
  27.       XRaid now accets lower and mixed case areamgr commands
  28.       XRaid now converts commands in SendCMD to uppercase before sending
  29.     1.16
  30.       Doc and Hlp updated
  31.       Added ALLOWCMDS template to config for ALL,PAUSE,PASSWORD,ECHOPASSWORD
  32.     1.15
  33.       Added support for %+ALL and %-ALL manager commands
  34.     1.14
  35.       Added support for %PAUSE and %RESUME manager commands
  36.     1.13
  37.       Added support for %PASSWORD and %ECHOPASSWORD manager commands
  38.     1.12
  39.       Added UPLINKS option to GetStatus and GetHelp cmdline commands
  40.     1.11
  41.       multiword commands were not be processed properly,fixed
  42.     1.10
  43.       Added GROUP configuration for UPLINKS, SITES and AREAS
  44.       Improved config error reporting
  45.       Added support for FWDREQ, sites must have this permission in order
  46.         to request fileechos we do not have.
  47.     previous to v1.000
  48.       Fixed errors in raid password and access level checking
  49.       Access level is now  NOT CHECKED for disconnect requests
  50.       Added SITEAKA template to xtick.cfg 
  51.       MSG base support removed
  52.       Added SendStatus command
  53.       %STATUS command now returns site status report only
  54.       %QUERY command now returns site status and areas report
  55.       Added support for %NOTE command
  56.       GET* commands are now sent from SYSOP, a new config keyword,
  57.         this is required to prevent endless exchange between raid robots
  58.       GETSTATUS and GETHELP  commands added
  59.       Added XPRI, priority values are now configurable for QTYPE XFQ
  60.       Added FDN and FDND keywords for file network and description
  61.  
  62.    
  63.   What is an AreaMGR?
  64.     AreaMGR  is  the generic term to describe a program that processes user
  65.   requests  to  link and unlink from echos.  Although the specification for
  66.   AreaMGRs  as defined in fsc-0057 is for message echos (now referred to as
  67.   ConfMGR),  the  syntax  has  now  come  to be applied to file echos also.
  68.     FSC-0057 defines both the minimum command set and extensions to be used
  69.   for  such  programs. Additional command extensions as defined by a number
  70.   of  other FileEcho AreaMGRs (such as AllFix and Seal) have also come into
  71.   common  usage.   XRaid  supports most, if not all, of the minimum command
  72.   set as well as many of the extensions.
  73.  
  74.     An AreaMGR performs four basic FTN functions:
  75.  
  76.       - Parses a request from a user to add, remove or list fileechos.
  77.       - Checks users password and access level.
  78.       - notifies user of the results of his request.
  79.       - Updates the filearea configuration.
  80.  
  81.   Features:
  82.     o pure, residentable
  83.     o multi-ftn
  84.     o supports BOTH XferQ and Flow File systems
  85.     o uses XTick config file
  86.     o advanced config format allows multiple keywords per line
  87.     o GLOBAL options can be overidden by SITE or AREA options
  88.     o SITE options can be overidden by SITE's AREA options
  89.     o SITE and AREA passwords 
  90.     o config report to all or one SITE
  91.     o extensive command parameter substitution available
  92.     o configurable commands w/substitution for packing and importing
  93.     o multiple commands can be defined for all types
  94.     o displayable SITE config, AREA config and GLOBAL config
  95.     o notification message for all errors in user request
  96.     o will also use RoofLog function host if active.
  97.